Skip to content

Add is_iac support to send X-Datadog-Managed-By header - #768

Closed
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
datadog-api-spec/generated/6511
Closed

Add is_iac support to send X-Datadog-Managed-By header#768
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
datadog-api-spec/generated/6511

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@dd-octo-sts
dd-octo-sts Bot requested a review from a team as a code owner August 26, 2026 09:25
@datadog-datadog-prod-us1-2

datadog-datadog-prod-us1-2 Bot commented Aug 26, 2026

Copy link
Copy Markdown

Pipelines

Unblock PR with BitsAI

⚠️ Warnings

Your PR has failed checks. Please review the issues below and take necessary action before merging.

🚦 4 Pipeline jobs failed

CI | Check, Test & Coverage — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Compilation errors: cannot find functions in formatter and missing arguments in function calls in src/rate_limit.rs and src/downtimes.rs.

CI | Cross Compile (Linux) — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Compilation errors in src/rate_limit.rs:151 and src/downtimes.rs:188 due to missing arguments and undefined function.

CI | Cross Compile (Windows) — 🔧 Needs a code fix, caused by this PR

View more details · View in GitHub Actions

Compilation errors in src\rate_limit.rs and src\downtimes.rs: cannot find function eprint_formatted and function takes 5 arguments but 4 are supplied.

View all 4 failed jobs.

📋 Copy fix prompt
CI on my pull request is failing. Help me find and fix the root cause of each failing job below — they were flagged as caused by changes in this PR, so focus on the diff. For each job, explain the failure and propose a fix.

Before you start, set up the Datadog software-delivery tooling so you can
query the CI data yourself:

1. Check whether you already have the Datadog software-delivery MCP tools
   (e.g. a `search_datadog_ci_pipeline_events` tool) and the `unblock-pr` skill.
2. If either is missing, STOP and ask me for permission before installing
   anything. Do not install or run anything until I have said yes.
3. Only with my explicit approval, set up the Datadog software-delivery MCP
   server and skills by following:
     https://docs.datadoghq.com/getting_started/software_delivery_mcp_tools/
   then restart so the skill is picked up.
4. If I decline, skip all of the above and work from the context below alone.

Then run /unblock-pr — it will pull the CI data itself. The job context below is what we already know.

If /unblock-pr is not available — because I declined the setup above, or it did not install — work from the context below instead.

Datadog has already classified this failure as caused by changes in this PR.
Take that as given and work the fix:

1. Locate the change. Diff this branch against its base and find the change
   that produces this error. Explain the mechanism, don't just name a file:
     git fetch origin && git diff $(git merge-base origin/main HEAD)...HEAD
2. Reproduce it locally. Run the failing job's command or test before
   proposing anything.
3. Propose the smallest fix that addresses the root cause — not a workaround,
   not a broadened assertion, not a disabled or skipped test.
4. Re-run the same command to confirm, and say exactly what you ran.
5. If the failure turns out to be intermittent rather than deterministic, say
   so plainly instead of "fixing" it — that is a flaky test, and patching it
   hides the problem.

If the right move is to re-run the job rather than change code, use the job
link in the context below. For GitHub Actions: `gh run rerun <run-id> --failed`,
where the run ID is the number after `/runs/` in that URL (not the trailing
number, which is the job ID).

Branch: datadog-api-spec/generated/6511

CI | Check, Test & Coverage
Commit: a9bbf068d4f53b0eb92371ee37e771c35a91b9fd
Error (code / build):
Compilation errors: cannot find functions in `formatter` and missing arguments in function calls in `src/rate_limit.rs` and `src/downtimes.rs`.
CI job: https://github.com/DataDog/pup/actions/runs/32995050830/job/98261944695

CI | Cross Compile (Linux)
Commit: a9bbf068d4f53b0eb92371ee37e771c35a91b9fd
Error (code / build):
Compilation errors in src/rate_limit.rs:151 and src/downtimes.rs:188 due to missing arguments and undefined function.
CI job: https://github.com/DataDog/pup/actions/runs/32995050830/job/98261944618

CI | Cross Compile (Windows)
Commit: a9bbf068d4f53b0eb92371ee37e771c35a91b9fd
Error (code / build):
Compilation errors in src\rate_limit.rs and src\downtimes.rs: cannot find function `eprint_formatted` and function takes 5 arguments but 4 are supplied.
CI job: https://github.com/DataDog/pup/actions/runs/32995050830/job/98261944330

Plus 1 more failing job not shown here.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: a9bbf06 | Docs | View more details | Give us feedback!

@dd-octo-sts dd-octo-sts Bot changed the title Pin openapi-transformer branch in CI Add is_iac support to send X-Datadog-Managed-By header Aug 26, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the datadog-api-spec/generated/6511 branch from 0f0d3b0 to 74f5a9a Compare August 26, 2026 09:57

@platinummonkey platinummonkey left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description does not match

@dd-octo-sts
dd-octo-sts Bot force-pushed the datadog-api-spec/generated/6511 branch from 74f5a9a to dc3fda1 Compare August 26, 2026 13:45
@dd-octo-sts dd-octo-sts Bot added the changelog/Added Added features results into a minor version bump label Aug 26, 2026
@dd-octo-sts
dd-octo-sts Bot force-pushed the datadog-api-spec/generated/6511 branch from dc3fda1 to a9bbf06 Compare August 26, 2026 17:35
@nogates nogates closed this Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/Added Added features results into a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants